projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b41b8a7
)
* emacs.c (Qkill_emacs_hook): Now static.
author
Paul Eggert
<eggert@cs.ucla.edu>
Tue, 22 Jan 2013 07:48:59 +0000
(23:48 -0800)
committer
Paul Eggert
<eggert@cs.ucla.edu>
Tue, 22 Jan 2013 07:48:59 +0000
(23:48 -0800)
src/ChangeLog
patch
|
blob
|
history
src/emacs.c
patch
|
blob
|
history
diff --git
a/src/ChangeLog
b/src/ChangeLog
index 57e024757ec8ec41aaabfe509a3fbc72ae241270..a06f9e2fcd590bee371c0a8a64d78ae6f3be9be5 100644
(file)
--- a/
src/ChangeLog
+++ b/
src/ChangeLog
@@
-1,5
+1,7
@@
2013-01-22 Paul Eggert <eggert@cs.ucla.edu>
+ * emacs.c (Qkill_emacs_hook): Now static.
+
* fileio.c (Finsert_file_contents): Simplify.
Remove unnecessary assignments and tests.
diff --git
a/src/emacs.c
b/src/emacs.c
index b7888d343f19f56ac8649597601ed8c393d1f36e..597fb2daf95d23bb607791cb311b78e3ecdd9b8d 100644
(file)
--- a/
src/emacs.c
+++ b/
src/emacs.c
@@
-133,7
+133,8
@@
Lisp_Object Qfile_name_handler_alist;
Lisp_Object Qrisky_local_variable;
-Lisp_Object Qkill_emacs, Qkill_emacs_hook;
+Lisp_Object Qkill_emacs;
+static Lisp_Object Qkill_emacs_hook;
/* If true, Emacs should not attempt to use a window-specific code,
but instead should use the virtual terminal under which it was started. */